home *** CD-ROM | disk | FTP | other *** search
/ Deathware - The Ultimate…ction of Killer Shareware / Deathware - The Ultimate Collection of Killer Shareware (Mindscape) (Disc 1) (1996).iso / idstuff / master / master.mj3 / install.bat < prev    next >
DOS Batch File  |  1995-10-02  |  972b  |  57 lines

  1. @echo off
  2. DEICE.EXE
  3. if ERRORLEVEL == 1 GOTO END
  4. MASTER.EXE
  5. if ERRORLEVEL == 1 GOTO ERROR
  6. DEL MASTER.EXE
  7. @mkdir wads
  8. @copy attack.* wads
  9. @copy blacktwr.* wads
  10. @copy bloodsea.* wads
  11. @copy canyon.* wads
  12. @copy catwalk.* wads
  13. @copy combine.* wads
  14. @copy fistula.* wads
  15. @copy garrison.* wads
  16. @copy geryon.* wads
  17. @copy manor.* wads
  18. @copy mephisto.* wads
  19. @copy minos.* wads
  20. @copy nessus.* wads
  21. @copy paradox.* wads
  22. @copy subspace.* wads
  23. @copy subterra.* wads
  24. @copy teeth.* wads
  25. @copy ttrap.* wads
  26. @copy vesperas.* wads
  27. @copy virgil.* wads
  28.  
  29. @del attack.* 
  30. @del blacktwr.* 
  31. @del bloodsea.* 
  32. @del canyon.* 
  33. @del catwalk.* 
  34. @del combine.* 
  35. @del fistula.* 
  36. @del garrison.* 
  37. @del geryon.* 
  38. @del manor.* 
  39. @del mephisto.* 
  40. @del minos.* 
  41. @del nessus.* 
  42. @del paradox.* 
  43. @del subspace.* 
  44. @del subterra.* 
  45. @del teeth.* 
  46. @del ttrap.* 
  47. @del vesperas.* 
  48. @del virgil.* 
  49.  
  50. doomit doom2
  51.  
  52. goto END
  53. :ERROR
  54. echo Error installing MASTER.EXE!
  55. :END
  56.  
  57.